We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c9e56 commit d2cd4c3Copy full SHA for d2cd4c3
lib/node_modules/@stdlib/repl/lib/acorn_detect_multiline_input.js
@@ -163,7 +163,7 @@ function plugin( Parser ) {
163
164
// First try parsing as a partially wrapped expression...
165
debug( 'Attempting to parse as a wrapped expression...' );
166
- if ( CustomParser.hasMultilineError( code ) ) {
+ if ( CustomParser.hasMultilineError( code, this.options ) ) {
167
return true;
168
}
169
// Now try parsing as an unwrapped expression...
0 commit comments