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
lintnode-jslint-set has a default value nil , which will throw wrong type argument during lintnode-start process.
It is because start-process only take string type arguments and nil cannot be converted to string.
lintnode-jslint-set has a default value nil , which will throw
wrong type argumentduring lintnode-start process.It is because
start-processonly take string type arguments and nil cannot be converted to string.