From 9950ad41d99eb2e68c9efd79a41a6171dfa4abed Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 11 Feb 2019 05:25:46 +0100 Subject: [PATCH] something finally... --- src/u_dubproject.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_dubproject.pas b/src/u_dubproject.pas index c3b0ef56..eb38c6ac 100644 --- a/src/u_dubproject.pas +++ b/src/u_dubproject.pas @@ -1738,7 +1738,7 @@ end; {$REGION Miscellaneous DUB free functions --------------------------------------} function sdl2json(const filename: string): TJSONObject; const - fmt = 'unexpected failure of SDL to JSON conversion'#10' + + fmt = 'unexpected failure of SDL to JSON conversion'#10 + 'CurrentDirectory = %s'#10'dub process working dir = %s'; var dub: TProcess;