Skip to content

Commit

Permalink
🐛 Fix a dumb typo in project-selector tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Oct 3, 2022
1 parent 31175be commit c07bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riotTags/project-selector.tag
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ project-selector
script.
const fs = require('fs-extra'),
path = require('path');
const {isMac} = require('./data/node_requires/platformUtils');
this.isMac = require('./data/node_requires/platformUtils').isMac;
const {openProject} = require('./data/node_requires/resources/projects');
this.ctjsVersion = process.versions.ctjs;
this.requirePath = path;
Expand Down

0 comments on commit c07bcf1

Please sign in to comment.