mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/58517 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
8 lines
225 B
JavaScript
8 lines
225 B
JavaScript
// Flags: --permission --allow-net --allow-fs-read=*
|
|
'use strict';
|
|
|
|
const common = require('../common');
|
|
|
|
common.expectWarning('ExperimentalWarning',
|
|
'The flag --allow-net is under experimental phase.');
|