Fix nil rope

This commit is contained in:
Ganesh Viswanathan 2018-08-19 17:05:19 -05:00
commit 02de68b36d

View file

@ -111,7 +111,7 @@ proc runPreprocess*(file, ppflags, flags: string, inline: bool): string =
# Include content only from file
var
rdata: Rope
rdata = rope("")
start = false
sfile = file.sanitizePath