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 c9b14dc commit dcac0f4Copy full SHA for dcac0f4
lib/runtime/console.js
@@ -17,7 +17,7 @@ const { changeprompt, changemodule, fullpath } =
17
18
const isWindows = process.platform === 'win32'
19
const uriRegex = isWindows ?
20
- /(@ ([^\s]+)\s(.*?)\:(\d+)|((([a-zA-Z]:|\.\.?|\~)|([^\0<>\?\|\/\s!$`&*()\[\]+'\":;])+)?((\\|\/)([^\0<>\?\|\/\n\r!$`&*()\[\]+'\":;])+)+(\.|\\|\/)[^\0<>\?\|\/\s!$`&*()\[\]+'\":;]+)(\:(\d+))?)/ :
+ /(@ ([^\s]+)\s(.*?)\:(\d+)|((([a-zA-Z]:|\.\.?|\~)|([^\0<>\?\|\/\s!$`&*()\[\]+'":;])+)?((\\|\/)([^\0<>\?\|\/\n\r!$`&*()\[\]+'":;])+)+(\.|\\|\/)[^\0<>\?\|\/\s!$`&*()\[\]+'":;]+)(\:\d+)?)/ :
21
/(@ ([^\s]+)\s(.*?)\:(\d+)|(((\.\.?|\~)|([^\0\s!$`&*()\[\]+'":;\\])+)?(\/([^\0\n\r!$`&*()\[\]+'":;\\])+)+(\.|\/)[^\0\s!$`&*()\[\]+'":;\\]+)(\:\d+)?)/
22
23
var whitelistedKeybindingsREPL = []
0 commit comments