Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
More attempts to clean-up and reduce spurious alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Jun 27, 2017
1 parent c9e9453 commit d6bbca3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/pcx86/examples/pcx86-dbg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pcx86/examples/pcx86.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/pcx86/lib/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@ class Video extends Component {
doneLoad(sURL, sFontData, nErrorCode)
{
if (nErrorCode) {
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")");
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")", nErrorCode < 0);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion versions/pcx86/1.35.1/pcx86-dbg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions/pcx86/1.35.1/pcx86-dbg.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pcx86/1.35.1/pcx86-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -49727,7 +49727,7 @@ class Video extends Component {
doneLoad(sURL, sFontData, nErrorCode)
{
if (nErrorCode) {
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")");
this.notice("Unable to load font ROM (error " + nErrorCode + ": " + sURL + ")", nErrorCode < 0);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion versions/pcx86/1.35.1/pcx86.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions/pcx86/1.35.1/pcx86.map

Large diffs are not rendered by default.

0 comments on commit d6bbca3

Please sign in to comment.