Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Dec 13, 2024
1 parent a3d2d89 commit 57f9561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class Agent {
}
if (this.launcher) {
const { modules } = await this.launcher.readPackage()
if (module['node-red'] != 'latest') {
if (module['node-red'] !== 'latest') {
state.nodeRedVersion = modules['node-red']
} else {
const nrPackPath = path.join(this.launcher.projectDir, 'node_modules/node-red/package.json')
Expand Down

0 comments on commit 57f9561

Please sign in to comment.