@@ -72,7 +72,7 @@ function preloadRequire (module) {
if (remoteModules.has(module)) {
return require(module)
}
- throw new Error('module not found')
+ throw new Error(`module not found: ${module}`)
if (window.location.protocol === 'chrome-devtools:') {