at 22.05-pre 13 lines 717 B view raw
1Index: nodejs/tmp/xcindf87mmqyp0x5blima5q2m9fw3dx3-node__at_google_slash_clasp-2.2.1/lib/node_modules/@google/clasp/src/dotfile.js 2=================================================================== 3--- clasp.orig/src/dotfile.js 4+++ clasp/src/dotfile.js 5@@ -94,7 +94,7 @@ exports.DOTFILE = { 6 return dotf(projectPath ? path_1.default.dirname(projectPath) : exports.DOT.PROJECT.DIR, exports.DOT.PROJECT.NAME); 7 }, 8 // Stores {ClaspCredentials} 9- RC: dotf(exports.DOT.RC.DIR, exports.DOT.RC.NAME), 10+ RC: dotf.default(exports.DOT.RC.DIR, exports.DOT.RC.NAME), 11 // Stores {ClaspCredentials} 12 RC_LOCAL: function () { 13 var localPath = find_up_1.default.sync(exports.DOT.PROJECT.PATH);