Skip to content

Commit 1726b01

Browse files
authored
Merge pull request #265 from AthennaIO/develop
feat(source-maps): add method to install source maps
2 parents 3ee35be + abed3e1 commit 1726b01

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "5.29.0",
3+
"version": "5.30.0",
44
"description": "One foundation for multiple applications.",
55
"license": "MIT",
66
"author": "João Lenon <[email protected]>",

src/ignite/Ignite.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export class Ignite extends Macroable {
6565
if (!process.execArgv.includes('--enable-source-maps')) {
6666
sourceMapSupport.install({ handleUncaughtExceptions: false })
6767
}
68+
69+
return this
6870
}
6971

7072
/**

0 commit comments

Comments
 (0)