Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Dec 7, 2022
1 parent 7a7294c commit ac372ae
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -114,6 +114,7 @@ export async function getNotFoundError(
message
)
} catch (err) {
console.log('!!!', err)
// Don't fail on failure to resolve sourcemaps
return input
}
Expand Down

0 comments on commit ac372ae

Please sign in to comment.