Add created to profile message

This commit is contained in:
Kevin Sawicki
2015-04-27 18:19:25 -07:00
parent 3cc99d5662
commit b5839a8960

View File

@@ -146,7 +146,7 @@ var profileStartup = function(cacheDir, loadSettings) {
handleSetupError(error);
} finally {
console.profileEnd('startup');
console.log("Switch to the Profiles tab to view the startup profile")
console.log("Switch to the Profiles tab to view the created startup profile")
}
}, 100);
});