Skip to content

Commit

Permalink
rename stackParser.js to extactPluginName.js (#201)
Browse files Browse the repository at this point in the history
rename stackParser.js to extractPluginName.js and move it to lib-folder
  • Loading branch information
Uzlopak committed Dec 1, 2022
1 parent 61c2e70 commit 2474543
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const extractPluginName = require('./stackParser')
const extractPluginName = require('./lib/extractPluginName')

let count = 0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const t = require('tap')
const extractPluginName = require('../stackParser')
const extractPluginName = require('../lib/extractPluginName')

const winStack = `Error: anonymous function
at checkName (C:\\Users\\leonardo.davinci\\Desktop\\fastify-plugin\\index.js:43:11)
Expand Down

0 comments on commit 2474543

Please sign in to comment.