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
I am unable to use a different extension for the approved file name. Right now, I see the verifyAndScrub function has a namer var namer = new ManualNamer(dirName, testName);.
I followed the call stack and couldn't spot a place where I can specify a different extension for my approved file. I am new to JS, please let me know if I'm missing something here.
The text was updated successfully, but these errors were encountered:
I am unable to use a different extension for the approved file name. Right now, I see the
verifyAndScrub
function has a namervar namer = new ManualNamer(dirName, testName);
.I followed the call stack and couldn't spot a place where I can specify a different extension for my approved file. I am new to JS, please let me know if I'm missing something here.
The text was updated successfully, but these errors were encountered: