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.
1 parent 0e2a6d9 commit 5a3186bCopy full SHA for 5a3186b
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