Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
wiaflos
Commits
326afc0d
Commit
326afc0d
authored
Nov 28, 2016
by
Nigel Kukard
Browse files
Autoflush $OUT when we processing files
parent
d8d42907
Changes
1
Show whitespace changes
Inline
Side-by-side
wiaflos/client/cmdline.pm
View file @
326afc0d
...
...
@@ -164,6 +164,8 @@ sub ui_start
}
# For everything else try open the file
}
else
{
# We don't need line buffering when processing files...
$OUT
->
autoflush
();
# Exit with code given by the loadFile function
if
(
loadFile
(
$OUT
,"
file='
$file
'
")
<
0
)
{
exit
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment