Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 22, 2024
1 parent aa65731 commit 3922fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtimePaths.js
Expand Up @@ -84,7 +84,7 @@ const runtimePaths = {
let paths
if (typeof func === 'function') {
paths = func(targetOptions)
if (paths && typeof 'paths' === 'object') {
if (paths && typeof paths === 'object') {
return paths
}
}
Expand Down

0 comments on commit 3922fb8

Please sign in to comment.