File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 script : |
1818 const { main } = await import('${{ github.workspace }}/dist/index.js')
19- console.log(main)
2019 await main()
Original file line number Diff line number Diff line change @@ -29,7 +29,11 @@ var __webpack_exports__ = {};
2929/* harmony export */ i : ( ) => ( /* binding */ main )
3030/* harmony export */ } ) ;
3131function main ( ) {
32- console . log ( "fsdoo" )
32+ getRubyVersion ( ) ;
33+ }
34+
35+ function getRubyVersion ( ) {
36+ console . log ( "Get Ruby version" )
3337}
3438
3539var __webpack_exports__main = __webpack_exports__ . i ;
Original file line number Diff line number Diff line change 11export function main ( ) {
2- console . log ( "fsdoo" )
2+ getRubyVersion ( ) ;
3+ }
4+
5+ function getRubyVersion ( ) {
6+ console . log ( "Get Ruby version" )
37}
You can’t perform that action at this time.
0 commit comments