We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61f4c0 commit 627f66dCopy full SHA for 627f66d
src/Deprecator/Deprecator.js
@@ -58,7 +58,7 @@ class Deprecator {
58
: `removed`;
59
60
// Compose message
61
- let output = `⚠️ The Parse Server ${type} '${key}' `;
+ let output = `DeprecationWarning: The Parse Server ${type} '${key}' `;
62
output += changeNewKey ? `is deprecated and will be ${keyAction} in a future version.` : '';
63
output += changeNewDefault
64
? `default will change to '${changeNewDefault}' in a future version.`
0 commit comments