You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows returns path with forward slash, (e.g. \of\apps\mySketch)
macOS and Linux returns path with back slash (e.g. /of/apps/mySketch)
So RegExp can not find project name on Windows.
Fixes#157
0 commit comments