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
{{ message }}
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
returncallback(newError('Unable to detect the input manifest format. Try specifying the correct format using the -f <format> option. Available formats are: '+availableFormats+'.'));
65
+
returncallback(newError('Unable to detect the input manifest format. Try specifying the correct format using the -f <format> option. Available formats are: '+availableFormats+'.'));
66
66
}
67
67
68
68
log.info('Found a '+detectedFormat+' manifest...');
@@ -94,7 +94,14 @@ function processManifestContents (data, manifestFormat, callback) {
err.should.have.property('message','Unable to detect the input manifest format. Try specifying the correct format using the -f <format> option. Available formats are: w3c, chromeos, edgeextension.');
0 commit comments