Skip to content

Commit

Permalink
Update nodes/utils/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl authored Sep 11, 2024
1 parent 12d43a2 commit 6e8600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function getThirdPartyWidgets (directory) {
package: packageJson.name,
name: widgetName,
src: widgetConfig.output,
path: path.resolve(path.join(directory)),
path: path.resolve(directory),
component: widgetConfig.component
}
})
Expand Down

0 comments on commit 6e8600d

Please sign in to comment.