|
|
@ -798,7 +798,7 @@ recompileSrcFile(SrcFile, SwSyncNode) -> |
|
|
|
ignore; |
|
|
|
{ok, Options} -> |
|
|
|
RightFileDir = binary_to_list(filename:join(CurSrcDir, filename:basename(SrcFile))), |
|
|
|
case CompileFun(RightFileDir, [binary, return | Options]) of |
|
|
|
case CompileFun(RightFileDir, [binary, return, no_spawn_compiler_process | Options]) of |
|
|
|
{ok, Module, Binary, Warnings} -> |
|
|
|
printResults(Module, RightFileDir, [], Warnings), |
|
|
|
reloadIfNecessary(Module, OldBinary, Binary, Filename, SwSyncNode), |
|
|
|