@nuxtjs/youch
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Pretty error reporting for Node.js 🚀 (Modified for Nuxt.js & SSR Bundles)", | ||
@@ -9,0 +9,0 @@ "main": "src/Youch/index.js", |
@@ -49,3 +49,3 @@ 'use strict' | ||
if (!error && contents) { | ||
frame.contents = contents | ||
frame.contents = contents | ||
} | ||
@@ -192,3 +192,3 @@ resolve() | ||
} | ||
const baseURL = `http://` + this.request.headers.host + '/_open' | ||
const baseURL = `http://` + this.request.headers.host + '/__open-in-editor' | ||
return baseURL + '?file=' + encodeURI(frame.fullPath) + ':' + (frame.getLineNumber() || 0) + ':' + (frame.getColumnNumber() || 0) | ||
@@ -195,0 +195,0 @@ } |
95724
9