| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,8 @@ const fixtures = require('../common/fixtures'); | |||
| 4 | 4 | const assert = require('assert'); | |
| 5 | 5 | const repl = require('repl'); | |
| 6 | 6 | ||
| 7 | + common.crashOnUnhandledRejection(); | ||
| 8 | + | ||
| 7 | 9 | const command = `.load ${fixtures.path('repl-load-multiline.js')}`; | |
| 8 | 10 | const terminalCode = '\u001b[1G\u001b[0J \u001b[1G'; | |
| 9 | 11 | const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments