File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 7070
7171task 'dart-sass' do
7272 Rake ::Task [ 'dart-sass/sass' ] . invoke
73-
74- if Platform ::Linuxulator . enabled? && system ( 'dart-sass/sass' , File ::NULL ) != true
75- rm_rf 'dart-sass'
76- raise NotImplementedError
77- end
7873rescue NotImplementedError
7974 Rake ::Task [ 'node_modules/sass' ] . invoke
8075end
@@ -445,6 +440,13 @@ module Platform
445440 end
446441
447442 def host_os ( root = compat_linux_emul_path )
443+ puts '1'
444+ system ( 'ls' , '-al' , File . absolute_path ( 'proc' , root ) )
445+ puts '2'
446+ system ( 'ls' , '-al' , File . absolute_path ( 'proc/self' , root ) )
447+ puts '3'
448+ system ( 'ls' , '-al' , File . absolute_path ( 'proc/self/exe' , root ) )
449+
448450 if ( Platform ::CPU == 'aarch64' &&
449451 File . exist? ( File . absolute_path ( 'lib/ld-linux-aarch64.so.1' , root ) ) ) ||
450452 ( Platform ::CPU == 'riscv64' &&
You can’t perform that action at this time.
0 commit comments