mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 23:30:44 +08:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
![]() |
export default function deprecated(msg) {
|
||
|
console.warn(`DEPRECATION: ${msg}`);
|
||
|
}
|