Skip to content

Commit 627f66d

Browse files
committed
changed deprecation log syntax according to Nodejs
1 parent a61f4c0 commit 627f66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deprecator/Deprecator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Deprecator {
5858
: `removed`;
5959

6060
// Compose message
61-
let output = `⚠️ The Parse Server ${type} '${key}' `;
61+
let output = `DeprecationWarning: The Parse Server ${type} '${key}' `;
6262
output += changeNewKey ? `is deprecated and will be ${keyAction} in a future version.` : '';
6363
output += changeNewDefault
6464
? `default will change to '${changeNewDefault}' in a future version.`

0 commit comments

Comments
 (0)