This commit is contained in:
Simon Hafner
2015-05-24 14:29:43 -05:00
parent 5ad9d874c3
commit 928b730d1b

View File

@@ -118,7 +118,7 @@ proc execute(cmd: IdeCmd, file, dirtyfile: string, line, col: int) =
gTrackPos = newLineInfo(dirtyIdx, line, col)
gErrorCounter = 0
if not isKnownFile:
if isKnownFile:
compileProject(dirtyIdx)
else:
compileProject()