mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 09:59:25 +00:00
rename body-parser3 to body-parser
This commit is contained in:
@@ -136,7 +136,7 @@ class TokenList {
|
||||
return true;
|
||||
}
|
||||
const token = this.current || this.tokens[this.tokens.length - 1];
|
||||
const addproblem = require("./body-parser3").addproblem;
|
||||
const addproblem = require("./body-parser").addproblem;
|
||||
addproblem(this, ParseProblem.Error(token, `${value} expected`));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user