We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e2a6d9 + 5a3186b commit 67cb094Copy full SHA for 67cb094
lua/tmux-compile/helpers.lua
@@ -32,7 +32,7 @@ function Helpers.get_directory_override_commands( aOverrideConfig )
32
33
if string.find( lFilename, lProjectDir ) then
34
return aOverrideConfig.build, aOverrideConfig.run, aOverrideConfig.debug
35
- els e
+ else
36
return nil, nil, nil
37
end
38
0 commit comments