Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 8031799

Browse files
Variable typo in shell
1 parent 290e66a commit 8031799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/board/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export default class Shell {
255255
err = _this.utils.parse_error(content)
256256
}
257257
if(err){
258-
this.logger.error(err.message)
258+
_this.logger.error(err.message)
259259
}
260260
setTimeout(function(){
261261
cb(err,content)

0 commit comments

Comments
 (0)