-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix script compile errors not being flushed to log file #342
Conversation
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
uwu |
@pg9182 wanna test this with Docker? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. Untested, but would work in theory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed working in testing by inserting syntax error into some Squirrel scripts on purpose
Before:
...
[21:36:40] [FILESYSTM] [info] Changing mod search path from C:\Program Files (x86)\Steam\steamapps\common\Titanfall2\R2Northstar\mods\Northstar.CustomServers\mod to R2Northstar/mods\Northstar.Custom
[21:36:40] [FILESYSTM] [info] Changing mod search path from C:\Program Files (x86)\Steam\steamapps\common\Titanfall2\R2Northstar\mods\Northstar.Custom\mod to R2Northstar/mods\Northstar.CustomServers
[21:36:40] [FILESYSTM] [info] Changing mod search path from C:\Program Files (x86)\Steam\steamap
After:
...
[22:47:38] [FILESYSTM] [info] Changing mod search path from C:\Program Files (x86)\Steam\steamapps\common\Titanfall2\R2Northstar\mods\Northstar.Custom\mod to R2Northstar/mods\Northstar.CustomServers
[22:47:38] [SCRIPT SV] [error] COMPILE ERROR expected ")", found identifier "asdasd"
[22:47:38] [SCRIPT SV] [error] lobby/_lobby.gnut line [22] column [33]
i can't spell before :(