mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-16 05:01:07 +00:00
Improve description
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ async function runCompiler() {
|
||||
});
|
||||
|
||||
var stderrString = "";
|
||||
m.setStderrCallback(function(error) {
|
||||
m.setStderrCallback(function(char) {
|
||||
stderrString += char;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user