Skip to content

Commit 91d07cd

Browse files
author
DavertMik
committed
fixed typings
1 parent d9af19d commit 91d07cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/step/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Step {
3232
this.prefix = this.suffix = ''
3333
/** @member {string} */
3434
this.comment = ''
35-
/** @member {import('./meta')} */
35+
/** @member {any} */
3636
this.metaStep = undefined
3737
/** @member {string} */
3838
this.stack = ''

0 commit comments

Comments
 (0)