summaryrefslogtreecommitdiff
path: root/test/message
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-05-29 09:59:08 -0400
committercjihrig <cjihrig@gmail.com>2019-05-31 11:09:53 -0400
commit14701e539c190563cc5b041d101682129f4f5770 (patch)
tree577ed3dbfc0ea4250e0f028c16f7ba325ac49ee6 /test/message
parent3ba6813daf8aab3f58d09b92aef4676a872debde (diff)
downloadandroid-node-v8-14701e539c190563cc5b041d101682129f4f5770.tar.gz
android-node-v8-14701e539c190563cc5b041d101682129f4f5770.tar.bz2
android-node-v8-14701e539c190563cc5b041d101682129f4f5770.zip
module: runtime deprecate createRequireFromPath()
This commit moves DEP0130 to a runtime deprecation. PR-URL: https://github.com/nodejs/node/pull/27951 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/message')
-rw-r--r--test/message/async_error_sync_esm.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/message/async_error_sync_esm.out b/test/message/async_error_sync_esm.out
index f34628ef44..544916e248 100644
--- a/test/message/async_error_sync_esm.out
+++ b/test/message/async_error_sync_esm.out
@@ -5,3 +5,4 @@ Error: test
at async three (*fixtures*async-error.js:20:3)
at async four (*fixtures*async-error.js:24:3)
at async main (*message*async_error_sync_esm.mjs:7:5)
+(node:*) [DEP0130] DeprecationWarning: Module.createRequireFromPath() is deprecated. Use Module.createRequire() instead.