mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
1cb19aadd0
commit
af34d96647
|
@ -1738,7 +1738,8 @@ end;
|
|||
{$REGION Miscellaneous DUB free functions --------------------------------------}
|
||||
function sdl2json(const filename: string): TJSONObject;
|
||||
const
|
||||
fmt = 'unexpected failure of SDL to JSON convertion'#10'CurrentDirectory = %s'#10'dub process working dir = %s';
|
||||
fmt = 'unexpected failure of SDL to JSON conversion'#10' +
|
||||
'CurrentDirectory = %s'#10'dub process working dir = %s';
|
||||
var
|
||||
dub: TProcess;
|
||||
str: TStringList;
|
||||
|
|
Loading…
Reference in New Issue