File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -58,21 +58,17 @@ if (common.canCreateSymLink()) {
5858 ) ;
5959}
6060
61- if ( ! common . isAix ) {
62- // TODO(thefourtheye) Remove this guard once
63- // https://github.com/nodejs/node/issues/5085 is fixed
64- {
65- let watch ;
66- assert . doesNotThrow ( ( ) => {
67- watch = fs . watch ( __filename , options , common . noop ) ;
68- } ) ;
69- watch . close ( ) ;
70- }
61+ {
62+ let watch ;
63+ assert . doesNotThrow ( ( ) => {
64+ watch = fs . watch ( __filename , options , common . noop ) ;
65+ } ) ;
66+ watch . close ( ) ;
67+ }
7168
72- {
73- assert . doesNotThrow ( ( ) => fs . watchFile ( __filename , options , common . noop ) ) ;
74- fs . unwatchFile ( __filename ) ;
75- }
69+ {
70+ assert . doesNotThrow ( ( ) => fs . watchFile ( __filename , options , common . noop ) ) ;
71+ fs . unwatchFile ( __filename ) ;
7672}
7773
7874{
You can’t perform that action at this time.
0 commit comments